NAME
strlen - Return the length of a string

SYNTAX
#include <simulate.h>

int strlen(string s);

DESCRIPTION
This function is equal to sizeof.

KEYWORDS
string

SEE ALSO
sizeof